home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-06-24 | 704 b | 27 lines | [TEXT/MPS ] |
- //
- // Snuffy
- //
- // A silly hack that snuffs Sniffy and replaces him with a more loyal
- // companion of a sadly endangered species.
- //
- // Written at MacHack '95 in a shitty hotel in Southfield, Michigan
- //
- // © 1995 Steve Klingsporn (moofie@dogcow.com)
- //
- // Note: The dogcow image is a trademark of Apple Computer, Inc.,
- // and is used without permission. If someone at Apple wants to
- // yell and scream at me, they're welcome to -- my contact
- // information is on the name card I install in the name card file.
- //
- // Version: 1.0
- //
-
-
- // InstallerKibble class definition
-
- Define Class InstallerKibble;
- inherits from Object;
- overrides InstallInto;
- operation SnuffSniffy();
- End Class;
-